home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 344 < prev    next >
Internet Message Format  |  1994-08-27  |  2KB

  1. From: r.mellish@ic.ac.uk
  2. Subject: Re: Digested
  3. Date: Tue, 7 Jun 94 10:54:23 bst
  4. In-Reply-To: <9406070324.AA29847@uqcspe.cs.uq.oz.au>; from "Warwick Allison" at Jun 7, 94 1:24 pm
  5. Precedence: bulk
  6.  
  7. Warwick writes: 
  8. >[...] 
  9. > Is this for humans or machines?  You don't have a hope in hell of making
  10. > codes unique in a key bindings file!  Parsing strings is no more difficult
  11. > than parsing numbers!  This talk of `put such-and-such in the 1000+ range'
  12. > scares the euphemisms out of me.
  13. > Co-ordinating the distribution of numbers to application-operations
  14. > would be impossible.  How do we make sure every `Save' is #1754?  Every
  15. > `Resize' is #765?  Every `Insert Date' is #288? 
  16.  
  17. I have to agree. If we have code numbers, we will need to have someone to
  18. co-ordinate them. People are just not going to bother, especially software
  19. authors who are not net connected. Text, rather than numbers, is the way
  20. to go.
  21.  
  22. > [...]
  23. > Dedicated sections can be achieved by following the
  24. > Xdefaults method, where `sections' are just prefixes to the attribute,
  25. > ie.
  26. >      *Edith.*SaveAs: Ctrl-A
  27. > Which matches:
  28. >     Editor.Edith.SaveAs
  29. >     Editor.Edith.Binary.SaveAs
  30. > but not:
  31. >     Editor.Everest.SaveAs
  32. > Whereas:
  33. >      Editor.*SaveAs: Ctrl-A
  34. > matches:
  35. >     Editor.Everest.SaveAs
  36. >     Editor.Edith.SaveAs
  37. >     Editor.Edith.Binary.SaveAs
  38. > but not:
  39. >     Painter.TruePaint.SaveAs
  40.  
  41. This is also good. I think we *need* a way to tell specific applications to
  42. use specific keys, rather than always use the global defaults, even for
  43. `standard' operations like closing windows etc.
  44.  
  45. >[...]
  46.  
  47. > Timothy Miller:
  48. > > If the shortcuts are configurable, then there's no point in having a 
  49. > > standard because people can set it to however they want.
  50.  
  51. I think all keys should be configurable, *and* there should be a standard
  52. set for the most common operations. If the standard set is close to what
  53. is used now (looks like it), people can still work the same way (and the
  54. keys will be the same as older apps), but be able to changes things they
  55. don't like.
  56.  
  57. -- Robert Mellish, Femtosecond Optics Group, Imperial College, UK. --
  58.        Email: r.mellish@ic.ac.uk  Net: rm03@sg1.cc.ic.ac.uk
  59.  
  60.  
  61.